home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / zsh-3.0-p / zsh-3 / zsh-3.0-pre3 / acconfig.h next >
Text File  |  1996-07-05  |  5KB  |  158 lines

  1.  
  2. /***** begin user configuration section *****/
  3.  
  4. /* Define this to be the location of your password file */
  5. #define PASSWD_FILE "/etc/passwd"
  6.  
  7. /* Define this to be the name of your NIS/YP password *
  8.  * map (if applicable)                                */
  9. #define PASSWD_MAP "passwd.byname"
  10.  
  11. /* Define to 1 if you want user names to be cached */
  12. #define CACHE_USERNAMES 1
  13.  
  14. /* Define to 1 if system supports job control */
  15. #define JOB_CONTROL 1
  16.  
  17. /* Define to 1 if system has working FIFO's */
  18. #define HAVE_FIFOS 1
  19.  
  20. /* Define this if you use "suspended" instead of "stopped" */
  21. #define USE_SUSPENDED 1
  22.  
  23. /* The default history buffer size in lines */
  24. #define DEFAULT_HISTSIZE 30
  25.  
  26. /* The default editor for the fc builtin */
  27. #define DEFAULT_FCEDIT "vi"
  28.  
  29. /* The default prefix for temporary files */
  30. #define DEFAULT_TMPPREFIX "/tmp/zsh"
  31.  
  32.  
  33. /***** end of user configuration section            *****/
  34. /***** shouldn't have to change anything below here *****/
  35. @TOP@
  36.  
  37. /* The global file to source absolutely first whenever zsh is run; *
  38.  * if undefined, don't source anything                             */
  39. #undef GLOBAL_ZSHENV
  40.  
  41. /* The global file to source whenever zsh is run; *
  42.  * if undefined, don't source anything            */
  43. #undef GLOBAL_ZSHRC
  44.  
  45. /* The global file to source whenever zsh is run as a login shell; *
  46.  * if undefined, don't source anything                             */
  47. #undef GLOBAL_ZLOGIN
  48.  
  49. /* The global file to source whenever zsh is run as a login shell, *
  50.  * before zshrc is read; if undefined, don't source anything       */
  51. #undef GLOBAL_ZPROFILE
  52.  
  53. /* The global file to source whenever zsh was run as a login shell.  *
  54.  * This is sourced right before exiting.  If undefined, don't source *
  55.  * anything                                                          */
  56. #undef GLOBAL_ZLOGOUT
  57.  
  58. /* Define to 1 if compiler incorrectly cast signed to unsigned */
  59. #undef BROKEN_SIGNED_TO_UNSIGNED_CASTING
  60.  
  61. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  62. #undef GWINSZ_IN_SYS_IOCTL
  63.  
  64. /* Define to 1 if you have NIS */
  65. #undef HAVE_NIS
  66.  
  67. /* Define to 1 if you have NISPLUS */
  68. #undef HAVE_NIS_PLUS
  69.  
  70. /* Define to 1 if you have RFS superroot directory. */
  71. #undef HAVE_SUPERROOT
  72.  
  73. /* Define to 1 if you have the /dev/fd filesystem */
  74. #undef HAVE_DEV_FD
  75.  
  76. /* Define if sys/time.h and sys/select.h cannot be both included */
  77. #undef TIME_H_SELECT_H_CONFLICTS
  78.  
  79. /* Define if your system's struct utmp has a member named ut_host.  */
  80. #undef HAVE_UT_HOST
  81.  
  82. /* Define if you have the <utmpx.h> header file.  */
  83. #undef HAVE_UTMPX_H
  84.  
  85. /* Define to be the machine type (microprocessor class or machine model) */
  86. #undef MACHTYPE
  87.  
  88. /* Define to be the name of the operating system */
  89. #undef OSTYPE
  90.  
  91. /* Define to 1 if ANSI function prototypes are usable.  */
  92. #undef PROTOTYPES
  93.  
  94. /* Define to be location of utmp file.  This value is only used if UTMP_FILE, *
  95.  * UTMPX_FILE, or _PATH_UTMP are not defined in an include file.              */
  96. #undef UTMP_FILE_CONFIG
  97.  
  98. /* Define to be a string corresponding the vendor of the machine */
  99. #undef VENDOR
  100.  
  101. /* Define if your system defines `struct winsize' in sys/ptem.h.  */
  102. #undef WINSIZE_IN_PTEM
  103.  
  104. /* Define  to be location of wtmp file.  This value is only use if WTMP_FILE, *
  105.  * WTMPX_FILE, or _PATH_WTMP are not defined in an include file.              */
  106. #undef WTMP_FILE_CONFIG
  107.  
  108. /* Define to 1 if you want to use zsh's own memory allocation routines */
  109. #undef ZSH_MEM
  110.  
  111. /* Define to 1 if you want to debug zsh memory allocation routines */
  112. #undef ZSH_MEM_DEBUG
  113.  
  114. /* Define to 1 if you want to turn on warnings of memory allocation errors */
  115. #undef ZSH_MEM_WARNING
  116.  
  117. /* Define to 1 if you want to turn on memory checking for free() */
  118. #undef ZSH_SECURE_FREE
  119.  
  120. /* Define to 1 if you want to get debugging information on internal *
  121.  * hash tables.  This turns on the `hashinfo' builtin.              */
  122. #undef ZSH_HASH_DEBUG
  123.  
  124. /* Define to 1 if your termcap library has the ospeed variable */
  125. #undef HAVE_OSPEED
  126. /* Define to 1 if you have ospeed, but it is not defined in termcap.h */
  127. #undef MUST_DEFINE_OSPEED
  128.  
  129. /* Define to 1 if tgetent() accepts NULL as a buffer */
  130. #undef TGETENT_ACCEPTS_NULL
  131.  
  132. /* Define to 1 if you use POSIX style signal handling */
  133. #undef POSIX_SIGNALS
  134.  
  135. /* Define to 1 if you use BSD style signal handling (and can block signals) */
  136. #undef BSD_SIGNALS
  137.  
  138. /* Define to 1 if you use SYS style signal handling (and can block signals) */
  139. #undef SYSV_SIGNALS
  140.  
  141. /* Define to 1 if you have no signal blocking at all (bummer) */
  142. #undef NO_SIGNAL_BLOCKING
  143.  
  144. /* Define to `unsigned int' if <sys/types.h> or <signal.h> doesn't define */
  145. #undef sigset_t
  146.  
  147. /* Define to 1 if struct timezone is defined by a system header */
  148. #undef HAVE_STRUCT_TIMEZONE
  149.  
  150. /* Define if your system's typeahead disappears from the shell editor. */
  151. #undef CLOBBERS_TYPEAHEAD
  152.  
  153. /* Define to 1 if there is a prototype defined for brk() on your system */
  154. #undef HAVE_BRK_PROTO
  155.  
  156. /* Define to 1 if there is a prototype defined for dbrk() on your system */
  157. #undef HAVE_SBRK_PROTO
  158.